home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / flash_ch.swf / scripts / DefineButton2_56 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  79b  |  5 lines

  1. on(press){
  2.    startDrag("",0,left,top,right,bottom);
  3.    dragging = true;
  4. }
  5.